home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- cursor(-1)
- currentSection = utilsGetSection()
- theMarker = marker(0)
- case theMarker of
- marker("imagesearch"):
- case currentSection of
- #cdsearch:
- localJumpToBrowse()
- #keywordsearch:
- localJumpToKeywordSearch()
- #yourimages:
- localJumpToYourImages()
- end case
- marker("zoomed"):
- case currentSection of
- #cdsearch, #keywordsearch, #yourimages:
- localJumpToThumbnails()
- #imageSearch:
- localJumpToImageSearch()
- end case
- end case
- end
-